|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A participant descriptor contains the content of the
synchronizeParticipants
extension section for
for a registered participant type in the declaring plug-in's
manifest (plugin.xml
) file.
This interface is not intended to be implemented by clients.
ISynchronizeManager.getParticipantDescriptor(String)
Method Summary | |
String |
getDescription()
Returns a string describing this participant type. |
String |
getId()
Returns the unique id that identifies this participant type. |
ImageDescriptor |
getImageDescriptor()
Returns the image descriptor for this participant type. |
boolean |
isStatic()
Returns true if the participant is static and
false otherwise. |
Method Detail |
public String getDescription()
public String getId()
public ImageDescriptor getImageDescriptor()
public boolean isStatic()
true
if the participant is static and
false
otherwise. Static participants are created
automatically by the synchronize manager at startup whereas
not static participants are created by client code and registered
with the manager.
true
if the participant is static and
false
otherwise
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |